runtime.metricFloat64Histogram.counts (field)
13 uses
runtime (current package)
metrics.go#L93: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeAllocCount)
metrics.go#L97: hist.counts[i] = uint64(count)
metrics.go#L119: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeFreeCount)
metrics.go#L123: hist.counts[i] = uint64(count)
metrics.go#L168: hist.counts[0] = atomic.Load64(&memstats.gcPauseDist.underflow)
metrics.go#L170: hist.counts[i+1] = atomic.Load64(&memstats.gcPauseDist.counts[i])
metrics.go#L286: hist.counts[0] = atomic.Load64(&sched.timeToRun.underflow)
metrics.go#L288: hist.counts[i+1] = atomic.Load64(&sched.timeToRun.counts[i])
metrics.go#L521: if len(hist.counts) != len(hist.buckets)-1 {
metrics.go#L522: hist.counts = make([]uint64, len(buckets)-1)
metrics.go#L530: counts []uint64
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)